'Declaration Public Overrides NotOverridable Function NumberOfSections( _ ByVal collectionView As UIKit.UICollectionView _ ) As IntPtr
public override IntPtr NumberOfSections( UIKit.UICollectionView collectionView )
Parameters
- collectionView
- Collection view displaying the sections.
Return Value
Number of sections required to display the data. The default is 1 (a collection must have at least one section).